home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / Apache / bin / mirror < prev    next >
Encoding:
Text File  |  2001-06-06  |  329 b   |  9 lines

  1. #!/bin/ksh
  2.  
  3. wget -e'robots=off' -nv -nH -l0 -Yoff --cut-dirs=2 -m -np \
  4.      -P Apache:htdocs/AmigaApache/ \
  5.      --header "Mirror: http://`/bin/hostname -f || echo localhost`/AmigaApache" \
  6.      http://www.stud.uni-karlsruhe.de/~uck4/AmigaApache/
  7.  
  8. find -type d -exec chmod -c 705 "{}" ";" -o -type f -exec chmod -c 604 "{}" ";"
  9.